OTRemoveNotifier
Removes a provider's notifier function.C INTERFACE
void OTRemoveNotifier(ProviderRef ref);C++ INTERFACE
OSStatus TProvider::RemoveNotifier();PARAMETERS
ref
- A provider reference for the provider whose notifier function is to be removed.
DESCRIPTION
TheOTRemoveNotifier
function removes the notifier (if any) currently installed for the provider specified by theref
parameter.SEE ALSO
Notifier functions are described in the section "Application-Defined Functions" (page 2-44).To install a notifier function, call the
OTInstallNotifier
function (page 2-39).